home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_AOL_-_Client_1.6_-_Installation_Disks.zip / AOL1.BIN / GEOS.BAT < prev    next >
DOS Batch File  |  1992-06-05  |  274b  |  10 lines

  1. echo off
  2. rem DOS commands which must be executed before running GEOS may be
  3. rem placed here. Type 'GEOHELP' for assistance.
  4. cls
  5. echo Loading PC/GEOS...
  6. rem The following line will run PC/GEOS with any flags passed
  7. rem to this batch file.
  8. KERNEL %1 %2 %3 %4
  9. echo on
  10.